Represents a collection of blogs, where a blog is a stream of articles
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| title | String | ||
| children | List | ||
| parent | CommonCollectionResource | ||
| name | String | ||
| blogSite | Website | ||
| articles | BlogsResourceList | Returns a list of articles from all contained blogs, which might have been filtered by the user's tag preferrences and group visibility | |
| numArticles | int | ||
| categoryCounts | List | Returns a list of categories and the number of articles in each | |
| tagCounts | List | Gets a list of all the tags defined on contained blogs and returns the number of associated articles | |
| tags | List | Get an alphabetical list of all tags in contained blogs | |
| categories | List |
Hide comments